ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / DocumentBase<PageType> Class / EnableCacheToDisk Method
The image converter service.

In This Topic
    EnableCacheToDisk Method
    In This Topic
    Enables cache to disk.
    Syntax
    'Declaration
     
    Public Sub EnableCacheToDisk( _
       ByVal imageConverterService As IImageConverterService _
    ) 
    public void EnableCacheToDisk( 
       IImageConverterService imageConverterService
    )

    Parameters

    imageConverterService
    The image converter service.
    Exceptions
    ExceptionDescription
    Occurs if image converter service is null
    See Also